翻訳と辞書
Words near each other
・ Sam & Simian
・ Sam "Boom Boom" Wheeler
・ Sam 'n' Henry
・ Sam (1967 film)
・ Sam (1973 TV series)
・ Sam (1978 TV series)
・ Sam (1986 film)
・ Sam (army dog)
・ Sam (Book of Mormon)
・ Sam (horse)
・ Sam (koala)
・ Sam (mascot)
・ Sam (Olivia Newton-John song)
・ Sam (Osvajači album)
・ Sam (surname)
Sam (text editor)
・ Sam (Trick 'r Treat)
・ Sam (ugly dog)
・ SAM (vehicles)
・ Sam (Škabo album)
・ SAM 123
・ SAM 935
・ Sam A
・ Sam A. Baker State Park
・ Sam A. Crow
・ Sam A. Kozer
・ Sam A. LeBlanc, III
・ Sam A. Lindsay
・ Sam A. Mustafa
・ Sam A. Reid


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Sam (text editor) : ウィキペディア英語版
Sam (text editor)

Sam is a multi-file text editor based on structural regular expressions. It was originally designed in the early 1980s at Bell Labs by Rob Pike with the help of Ken Thompson and other Unix developers for the Blit windowing terminal running on Unix; it was later ported to other systems. Sam follows a classical modular Unix aesthetic. It is internally simple, its power leveraged by the composability of a small command language and extensibility through shell integration.
==Design and features==
Sam is designed as two synchronous programs: a command interpreter and a mouse-oriented bitmap windowing interface. The interpreter's command set is modeled after the UNIX editor ed and may be used to operate the editor from a standard text terminal. By default, however, Sam presents its own graphical user interface (GUI) window, ''samterm'', which additionally allows point-and-click operations through Smalltalk-80-style pop-up context menus. This two-process structure allowed sam to access files on networked host systems through remote execution of the file-access process while running the windowing interface locally, thereby bypassing latency over slow connections.
Samterm presents windows to files being edited and to a persistent command window which accepts input as sam commands. Most common editing operations are quickly and naturally accomplished with the point-and-click interface, which also functions inside the command window. This latter fact allows commands to be edited (and resubmitted) just as any other text, a function inherited from the DMD 5620 terminal interface.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Sam (text editor)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.